/* FONTS */
@font-face {
    font-family: 'Lustria';
    src: url('../fonts/Lustria.ttf.woff') format('woff'), url('../fonts/Lustria.ttf.svg#Lustria') format('svg'), url('../fonts/Lustria.ttf.eot'), url('../fonts/Lustria.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

body {
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    background: #eae6e7;
}

a {
    color: #c42a2c;
}

    a:hover {
        color: #333;
        text-decoration: none;
    }

h1,
h2 {
    font-family: Lustria;
    color: rgba(0, 0, 0, 0.87);
}

h1 {
    font-family: Lustria;
    font-size: 2em;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.87);
}

h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}

button:focus {
    outline: 0px;
}

.pad-top-10 {
    padding-top: 10px !important;
}

.d-check {
    margin-left: 90px;
}

.btn-red {
    background-color: #c52b2d;
    padding: 0 5px;
    text-transform: none;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.87);
    width: 255px;
    line-height: 45px;
    margin-right: 0;
    display: inline-block;
    text-align: center;
    border: 0px;
}

    .btn-red:hover {
        background-color: #AA2424;
        color: rgba(255, 255, 255, 0.87);
    }

.md-grey {
    background-color: #999;
    padding: 0 5px;
    text-transform: none;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.87);
    width: 255px;
    line-height: 45px;
    margin-right: 0;
    display: inline-block;
    text-align: center;
    border: 0px;
}

    .md-grey:hover {
        background-color: #666;
        color: rgba(255, 255, 255, 0.87);
    }

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.text-grey {
    color: #999;
}

.pad-top-50 {
    padding-top: 50px !important;
}

header {
    background-color: #1e1e1e !important;
    padding: 10px 0;
}

.homepage-content {
    background: #fff;
    border: 1px solid #999;
    /* border-bottom: 5px solid #999;
     padding: 30px; */
    margin-bottom: 30px;
}

    .homepage-content h2 {
        /* color: #c42a2c; */
        font-size: 20px;
        font-weight: 600;
        outline: inherit;
        margin-top: 0;
        font-family: Lato;
    }

    .homepage-content span {
        font-style: italic;
    }

    .homepage-content img.img-fluid {
        /*  width: 100%; */
    }

.padding-left-0 {
    /* padding-left: 0px */
}

.homepage-text {
    padding: 30px 40px;
}

.content-fixed {
    /* 15/Aug2020 */
    /* height: 158px; */
    overflow: hidden;
    overflow-y: auto;
}

.header-right .form-control {
    width: 48px;
    background: transparent;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 6px;
    font-size: 18px;
}

.header-right option {
    color: #000;
}

. .header-right {
    white-space: nowrap;
}

.header-right ul {
    margin-top: 8px;
    margin-bottom: 0;
}

    .header-right ul li {
        display: inline-block;
        margin-left: 10px;
    }

#chooseDateModal .dialog-body h3 {
    font-weight: 800;
}

.cart-items {
    line-height: 25px;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #c42a2c;
    border-radius: 50%;
    display: block;
    text-align: center;
}

.act-li {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    text-align: center;
}

    .act-li li {
        display: inline-block;
        padding: 15px 0;
        position: relative;
        width: 20%;
        margin-left: -4px;
        color: #999;
        text-transform: uppercase;
        font-size: 14px;
    }

        .act-li li:before {
            content: "";
            border-radius: 50%;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 0;
            background: #999;
            left: 50%;
            transform: translate(-50%);
            z-index: 1;
        }

        .act-li li.active {
            color: rgba(0, 0, 0, 0.87)
        }

            .act-li li.active:before {
                background: #c52b2d;
            }

        .act-li li:after {
            content: "";
            border-radius: 50%;
            width: 100%;
            height: 1px;
            position: absolute;
            top: 5px;
            background: #999;
            right: 50%;
        }

        .act-li li:first-child:after {
            display: none;
        }

.topbar-wrap {
    position: relative;
}

    .topbar-wrap h2 span {
        position: absolute;
        right: 17px;
    }

        .topbar-wrap h2 span a span {
            font-size: 13px;
            font-family: Lato;
            margin-top: 13px;
            margin-right: 5px;
        }

/* .topbar-wrap > div img.img-fluid {
    width: 100%;
} */

.time-sidewrap,
.pay-sidewrap,
.modelon-content {
    background: #fff;
    border: 1px solid #999;
    border-bottom: 5px solid #999;
    padding: 15px 30px;
}

.time-basket > div {
    background: #fff;
    border: 1px solid #999;
    border-bottom: 5px solid #999;
    padding: 15px 20px;
}

.pay-sidewrap,
.time-sidewrap {
    margin-top: 15px;
}

.time-basket h2 {
    margin-bottom: 0;
}

.side-title,
.modelon-title {
    background: #666;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    font-family: 'Lustria', serif;
}

.sidebar-wrap {
    padding-bottom: 15px;
}

    .sidebar-wrap .side-tickets {
        text-transform: uppercase;
        margin-bottom: 5px;
        font-weight: bold;
    }

.time-basket ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    clear: both;
}

.time-basket li {
    clear: both;
    padding: 5px 0;
    border-top: 1px solid #999;
    color: #999;
}

.time-sidewrap .time-icon {
    width: 40px;
    float: left;
    margin: 0;
    margin-right: 15px;
}

.time-sidewrap div:first-child {
    border-right: 1px solid #999;
    color: #666;
    padding-right: 15px;
    line-height: 20px;
    width: 75%;
}

.time-basket li.total {
    border-top: 2px solid #999;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #000;
    font-weight: bold;
}

.time-basket ul span button {
    background: #999;
    border-radius: 50%;
    padding: 3px;
    height: 18px;
    width: 18px;
    display: inline-block;
    text-align: center;
    line-height: 11px;
    border: 0px;
    margin-left: 4px;
}

    .time-basket ul span button:hover,
    .time-basket ul span button:focus {
        background: #c52b2d;
        border: 0px;
    }

.pay-sidewrap,
.time-sidewrap {
    margin-top: 15px;
}

.topbar-wrap div,
.sidebar-wrap md-content {
    border-top: 1px solid #999;
}

.visit-sidewrap {
    padding: 10px 5px;
    font-weight: bold;
}

    .visit-sidewrap span {
        color: #666;
        margin-right: 5px;
        font-weight: normal;
    }

    .visit-sidewrap a span {
        color: #999;
        font-size: 13px;
    }

.modelon-wrap {
    margin: 15px 0;
}

    .modelon-wrap .collapse-all .modelon-title {
        background: #999;
    }

    .modelon-wrap .modelon-title {
        background: #666;
    }

.modelon-title {
    position: relative;
    padding: 10px 5px;
}

    .modelon-title span a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        font-family: Lato;
    }

    .modelon-title > i {
        position: absolute;
        left: 5px;
    }

    .modelon-title > span {
        color: #fff;
        padding: 2px;
        margin-top: -2px;
        position: absolute;
        right: 15px;
    }

    .modelon-title span a span,
    .visit-sidewrap a span {
        vertical-align: text-top;
    }

.custm__clandr {
    margin-bottom: 0;
    padding: 20px;
    text-align: center;
    width: 475px;
    margin: auto;
    border: 1px solid #999;
    border-bottom: 5px solid #999;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.custm__clandr .table tbody tr td {
    color: #333;
    padding: 5.5px;
    text-align: center;
    border: 0;
}

.custm__clandr .table thead tr th {
    text-transform: uppercase;
    padding: 10px 5px;
    border: 0;
}

.custm__clandr .filter_cal {
    padding: 0;
    margin: 0;
}

.custm__clandr .table tbody tr td span {
    width: 40px;
    line-height: 38px;
    border-radius: 100%;
    border: 1px solid #999;
    display: block;
}

.custm__clandr .table tbody tr td.choose-date span {
    cursor: pointer;
}

.custm__clandr .table tbody tr td.choose-date:hover span {
    background: #82991f;
    color: #fff;
    border: 1px solid #82991f;
}

.custm__clandr .filter_cal > li span {
    height: 10px;
    width: 10px;
    display: inline-block;
    border: 1px solid #999;
    border-radius: 100%;
    margin-right: 5px;
}

.custm__clandr .filter_cal > li {
    color: #333;
    line-height: normal;
    list-style: none;
    font-size: 14px;
    margin: 0px 2px;
    display: inline-block;
}

    .custm__clandr .table tbody tr td.opn-service span,
    .custm__clandr .filter_cal > li:nth-child(2) > span {
        background: #06c;
        border: 1px solid #06c;
        color: #fff;
    }

    .custm__clandr .table tbody tr td.part-closure span,
    .custm__clandr .filter_cal > li:nth-child(3) > span {
        background: #f67c10;
        border: 1px solid #f67c10;
        color: #fff;
    }

    .custm__clandr .table tbody tr td.booking-close span,
    .custm__clandr .filter_cal > li:last-child > span {
        background: #c42a2c;
        border: 1px solid #c42a2c;
        color: #fff;
    }

.custm__clandr .table tbody tr td.disable > span {
    border: none;
    color: #999;
}

.custm__clandr .table .material-icons {
    color: #c42a2c
}

.choose-date {
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
}

    .choose-date li {
        width: 165px;
        list-style: none;
        /* float: left; */
        display: inline-block;
    }

        .choose-date li > div {
            margin: 10px;
            border: 1px solid #999;
            background: #eae6e7;
        }

            .choose-date li > div > div {
                width: 100%;
            }

        .choose-date li .tinfo {
            padding: 5px;
            text-align: center;
            font-size: 14px;
        }

        .choose-date li .tdt {
            background: #c42a2c;
            color: #fff;
            padding: 10px;
            width: 100%;
            text-align: center;
        }

        .choose-date li.selected .tdt {
            background: #82991f;
        }

.link-cursor {
    cursor: pointer;
}

    .link-cursor:hover .tdt {
        background: #AA2424
    }

.tab-name {
    border-bottom: 1px solid #999;
    margin: 30px 0;
    list-style: none;
    display: flex;
    text-align: center;
    padding-left: 80px;
}

    .tab-name li a {
        display: inline-block;
        border: 1px solid #999;
        border-top: 5px solid #ccc;
        border-bottom: 0;
        background: #999;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        margin-right: 5px;
        display: flex;
        align-items: center;
        outline: none;
        padding: 10px 30px;
        height: 70px;
    }

        .tab-name li a.active {
            background: #fff;
            border-top: 5px solid #c52b2d;
            color: #000;
            position: relative;
            bottom: -1px;
        }

/*.tab-name li a {
    padding: 5px 30px;
    border: 0 !important;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    line-height: 24px;
    color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #999;
}
.tab-content {
    display: none;
}
*/
.tab-content.active {
    display: block;
}

.visitors-info {
    margin: 0 0 5px;
    padding: 0 60px;
}

.visitors-note-zero-value {
    margin: 0 0 5px;
    padding: 0 60px;
}

.visitors-note p {
    margin: 5px 0;
}

.visitors-note > div {
    padding: 5px 0 5px 90px;
}

.visitors-donation a {
    color: #c42a2c;
    text-decoration: underline;
}

    .visitors-donation a:hover {
        text-decoration: none;
    }

.visitors-note,
.visitors-donation {
    overflow: hidden;
}

    .visitors-donation > div {
    }

    .visitors-donation p {
        margin: 5px 0 10px;
    }


.visitors-info li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 5px 20px;
    margin: 0 20px;
}

    .visitors-info li:last-child {
        border: none;
    }

.visitors-note-zero-value p {
    list-style: none;
    overflow: hidden;
    padding: 5px 20px;
    margin: 0 20px;
}

.countval {
    display: flex;
}

    .countval . {
        width: 46px;
        text-align: center;
        border: 0px;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        height: 27px;
        line-height: 30px;
    }

        .countval .remove {
            background: #999;
            color: #fff;
            border: 1px solid #999;
            padding: 0 3px;
            border-radius: 0;
        }

        .countval .add {
            background: #c52b2d;
            color: #fff;
            border: 1px solid #c52b2d;
            padding: 0 3px;
            border-radius: 0;
        }

.md-button.md-raised:not([disabled]) {
    box-shadow: none;
}

.visitors-note p {
    margin: 5px 0;
}

.countval {
    margin-top: 10px;
}

    .countval .adults {
        width: 46px;
        text-align: center;
        border: 0;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        height: 30px;
        line-height: 30px;
        border-radius: 0;
    }

.md-label {
    margin-left: 40px;
}


.itl-txt {
    font-style: italic;
}

    .itl-txt ul {
        padding: 1em 15px;
    }

.d-check {
    margin-left: 90px;
}

.cc-row {
    margin: 15px 0 5px;
}

    .cc-row h3 {
        margin: 5px 0;
    }

    .cc-row p {
        margin: 10px 0;
    }

.cc-img {
    padding: 0 0 0 15px;
}

.cc-block {
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.flex-60 {
    /*max-width: 60%; */
    width: 60%;
    float: left;
}

.flex-40 {
    max-width: 40%;
    /*width: 40%;*/
    float: right;
    text-align: right;
}

.flex-45 {
    max-width: 40%;
    float: left;
}

.flex-25 {
    max-width: 25%;
    /*width: 20%;*/
    float: left;
}

.cvisit-time {
    width: 250px;
    margin: 15px auto;
}

.add-bus {
    margin-top: 35px;
}

.line {
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.ovr-hide {
    overflow: hidden;
}

.time-select {
    height: 45px;
    font-size: 16px;
    color: #666;
    margin: 10px 0;
    border: 1px solid #999;
    border-radius: 0;
    max-width: 250px;
}

.price {
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin: 10px 0 0;
}

/* The container */
.custom-checkboxes {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: bold;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .custom-checkboxes input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.54);
}

/* On mouse-over, add a grey background color */
.custom-checkboxes:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkboxes input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkboxes input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkboxes .checkmark:after {
    left: 8.667px;
    top: -0.778px;
    width: 11.667px;
    height: 24.333px;
    border: solid #82991f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.modal-header {
    background: #666;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 0;
    font-weight: normal;
    margin: 0;
    font-family: Lustria;
}

.modal-title {
    font-size: 22px;
    margin: auto;
}

.dialog-body .charity-gap {
    padding: 5px 30px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.dialog-body .charity-gap p {
    margin: 12px 0;
}


.successfully-content.notifi {
    background: #82991f;
    color: #fff;
    padding: 1rem;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
}

.unsuccessfully-content.notifi {
    background: #c52b2d;
    color: #fff;
    padding: 1rem;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
}

.notifi {
    display: none;
    box-shadow: 0px 5px 10px #666;
}

.basket-itm {
    text-align: center;
    margin: 0 auto;
    display: table;
}

    .basket-itm > button.close {
        position: absolute;
        right: 15px;
        top: 15px;
        padding: 5px 9px;
    }

.add-itm {
    line-height: 30px;
}

.modal-header .close {
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 5px;
}

button.close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    button.close:hover {
        background: #AA2424 !important;
        color: #fff;
        opacity: 1;
        text-shadow: none;
    }

#dateDialog .dialog-body {
    padding: 15px 50px;
}

.dialog-body h3 {
    font-weight: 400;
    padding: 0 10px 10px;
    /*Commented by Rup*/
    /*border-bottom: 1px solid #999;*/
    margin: 5px 0;
    display: inline-block;
}

.dialog-body .black {
    font-weight: bold;
}

.dialog-body p {
    margin: 5px 0;
    color: #666;
}

.opn-h {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.black {
    color: #000 !important;
}

.top-gap {
    margin-top: 15px;
}

.zoom-effect {
    position: relative;
    border: 1px solid #ddd;
    max-width: 250px;
    margin: 0 auto;
    float: right;
    line-height: 0;
    height: 155px;
    overflow: hidden;
    cursor: pointer;
}

    .zoom-effect i {
        position: absolute;
        right: 0;
        z-index: 2;
        bottom: 0;
        background: rgb(255, 255, 255);
        padding: 5px;
        cursor: pointer;
    }

.modal-zoom {
    padding: 1px 6px 15px;
}

    .modal-zoom .imgcontainer {
        border: 1px solid #ddd;
    }

#gallerCarousel .carousel-item img {
    width: 400px;
    margin: auto 18%
}

#gallerCarousel .carousel-control-next,
#gallerCarousel .carousel-control-prev {
    width: 10%;
}

#gallerCarousel .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}

#gallerCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    background: #fff;
    margin-bottom: 0;
    padding: 3px;
}

.carousel-indicators.border {
    border: 0 !important;
    border-top: 1px solid #dee2e6 !important;
}

#gallerCarousel .carousel-indicators > li {
    width: 20%;
    height: initial;
    text-indent: initial;
    border: solid 1px #999;
}

    #gallerCarousel .carousel-indicators > li.active img {
        opacity: 1;
        border: solid 1px #c52b2d;
    }

.blockquote {
    padding: 15px 40px;
    background: #eae6e7;
    margin: 0;
}

.big-txt {
    font-size: 20px;
    font-weight: normal;
    font-family: Lustria;
}



.all-custom-select {
    position: relative;
}

    .all-custom-select select {
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

    .all-custom-select:after {
        content: '';
        font-size: 20px;
        position: absolute;
        top: 10px;
        right: 45px;
        width: 24px;
        height: 24px;
        color: #434B67;
        pointer-events: none;
        background: url(../../images/ico_arrow_down.png)left top no-repeat;
    }

.cvisit-time .all-custom-select:after {
    right: 8px;
}

.header-right .all-custom-select:after {
    top: 8px;
    right: -8px;
}

.modelon-form {
    border: 1px solid #999;
    border-bottom: 5px solid #999;
    padding: 15px;
}

.blockquote {
    padding: 15px 40px;
    background: #eae6e7;
    margin: 0;
    font-size: 16px;
}

.form-wrap {
    border-top: 1px solid #999;
    padding: 0 50px;
    margin-bottom: 15px;
}

    .form-wrap .form-group {
        margin-bottom: 1rem;
    }

    .form-wrap .time-select {
        min-width: 100%;
    }

    .form-wrap .all-custom-select:after {
        right: 10px;
    }

    .form-wrap .width25p {
        max-width: 25%;
        clear: both;
    }

    .form-wrap > div {
        margin: 10px 0;
    }

    .form-wrap .width50p {
        max-width: 50%;
        clear: both;
    }

    .form-wrap .width70p {
        max-width: 70%;
        clear: both;
    }

.inp-fild {
    height: 35px;
    border: 1px solid #999 !important;
    width: 100%;
    margin: 5px 0;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 0px;
}

.d-code-wrap {
    display: table;
    margin: 0 auto;
}

.d-code-flex {
    display: flex;
}

.d-code {
    max-width: 200px;
    text-align: left;
}

    .d-code label,
    .form-wrap label {
        margin-bottom: 0;
    }

.d-code-button button.btn-red {
    margin-top: 29px;
    width: 100px;
    line-height: 36px;
    font-size: 18px;
    margin-left: 6px;
}

.call-no {
    display: flex;
    flex-direction: row;
}

    .call-no .inp-fild:first-child {
        width: 70px;
        padding-left: 30px;
        background: url(../../images/call_black.png) no-repeat 5px center #fff;
    }

    .call-no .inp-fild {
        width: auto;
    }

.tran-number {
    font-size: 24px;
    margin: 20px auto;
    display: table;
    border-bottom: 4px solid #999;
    padding-bottom: 4px;
}

.offline-txt {
    padding: 10px 140px;
    margin: 30px 60px 30px;
    border-bottom: 1px solid #ddd;
}

.cms-content {
    margin: 0 0 35px;
}

    .cms-content h2 {
        text-align: left;
        padding: 25px 0 0;
        margin: 0;
        font-size: 20px;
        color: #333;
        font-family: Lato;
        font-weight: 600;
        outline: inherit;
    }

    .cms-content p {
        margin-top: 1rem;
    }

    .cms-content ul {
        margin: 1em 0;
    }

footer {
    background-color: #1e1e1e !important;
    padding: 15px 0;
}

.copyright {
    color: #999;
    font-size: 15px;
}

footer .f_menu ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
}

    footer .f_menu ul > li {
        float: left;
        margin-right: 15px;
    }

        footer .f_menu ul > li a {
            color: #fff;
            text-transform: capitalize;
            text-decoration: none;
            font-size: 15px;
        }

footer .pay_port {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 4px;
}

    footer .pay_port ul > li {
        display: inline-block;
        margin-right: 7px;
    }

    footer .pay_port ul {
        padding: 0;
        margin: 5px 0 0;
    }

        footer .pay_port ul > li sup {
            color: #00856b;
            font-size: 10px;
            position: relative;
            top: -8px;
        }

.faq-accordion .accordion a {
    padding: 10px 20px;
    border: 1px solid #999;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    display: block;
    margin-bottom: 0;
}

.faq-accordion h3.accordion {
    margin-bottom: 0;

    /*Included for Modal popup*/
    width:100%; 
}

.faq-accordion .accordion a {
    background: url(../../images/add_black.png) no-repeat 98.5% 13px #fff;
    font-size: 16px;
    font-family: Lato;
    font-weight: 400;
}

.faq-accordion .accordion-content {
    border: 1px solid #999;
    border-top-color: rgb(153, 153, 153);
    border-top-style: solid;
    border-top-width: 1px;
    padding: 10px 20px;
    margin: 0 0 1px 0;
    border-top: none;
    background: #fff;

    /*Included for Modal popup*/
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
}

.faq-accordion .panel {
    margin-bottom: 5px;
}

.faq-accordion .accordion a[aria-expanded="true"] {
    background: url(../../images/maximize_black.png) no-repeat 98.5% 20px #ffd051;
}

.faq-accordion {
    margin-bottom: 30px;
}

.page-title {
    text-align: center;
}

.price-display {
    margin-top: 35px;
    line-height: 50px;
}

.content-section {
}

.sidebar-section {
    position: absolute;
    height: 100%;
    width: 100%;
}


.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Position the items */
    // &:nth-child(2)

{
    top: 25%;
}

// &:nth-child(3) {
    top: 50%;
}

// &:nth-child(4) {
    top: 75%;
}

}


.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0 15px;
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1400px;
        padding: 0;
    }
}

@media only screen and (max-width: 1400px)and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992) {

    .container {
        max-width: 970px;
    }
}

@media only screen and (max-width: 992)and (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 625px;
    }
}

.header-total {
    display: block !important;
    color: #fff;
}

/*--------29-07-2020---------*/

.radio-div {
    margin: 8px 0 20px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 18px;
        font-weight: bold;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 23px;
            height: 23px;
            border-radius: 100%;
            background: #fff;
            border: 1px solid #999999;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 21px;
            height: 21px;
            position: absolute;
            top: 3px;
            left: 1px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            background: url('../../images/check-box-inv.png') #c42a2c;
            background: url('../../images/check-box-inv.png') #c42a2c;
            background-size: 100% 100%;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

.text-select-title {
    margin: 15px 0 20px;
}

/*-----------------------*/
/* 10Aug2020 */
.modelon-form .time-select {
    height: 35px;
    padding: 5px;
}

.modelon-form .all-custom-select:after {
    top: 5px;
}

.emply-basket {
    color: #999;
    padding: 15px;
}

/* **** 11Aug2020 **** */

/*
    html {
    height: 100%;
}
body {
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

    body::after {
        content: '';
        display: block;
    }

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}*/
/* *********** 17Aug2020 *************** */
.item-controls .time-select {
    margin: 0;
}

.item-controls .countval {
    margin-top: 0;
}

    .item-controls .countval button {
        height: 45px;
    }

    .item-controls .countval .adults {
        height: 45px;
        line-height: 45px;
        border-radius: 0px;
    }

.item-controls .btn-red {
    line-height: 45px;
}

.item-controls .countval .remove,
.item-controls .countval .add {
    width: 45px;
    display: inline;
}

/* ************************************* */

/*----------18-8-20-------------*/
.pad-0 {
    padding: 0;
}

.gb-row {
    margin-top: 15px;
    margin-bottom: 5px;
}

.cc-btn {
    text-align: right;
    padding-right: 0;
}

.cc-top-txt {
    padding-right: 0;
}

.cc-txt {
    padding-left: 0;
}

/*
.btn-red {
    max-width: 220px;
}
*/
.cc-quantity .qty {
    display: table;
    float: right;
}

/*---------end--------------*/

/*--24-9-20----*/

.accordion > .card,
.card.modelon-wrap {
    border-radius: 0;
}

.time-basket ul span button {
    line-height: 8px;
    padding: 2px;
}

.zoom-effect {
    border: none !important;
}

.header-right ul li:first-child {
    padding-right: 15px;
    border-right: 1px solid #3e3e3e;
}

.time-basket.layout-column {
    position: relative;
}

#add-more {
    font-size: 13px;
    padding-top: 0;
    cursor: pointer;
    margin-right: 0;
    position: absolute;
    top: 12px;
    right: 15px;
}

#add-more {
    font-family: Lato;
}

.sidebox .modelon-wrap {
    margin-top: 0px;
}

#dvSelectedTime {
    margin-bottom: 15px;
}

/*-end-24-9-20----*/
header .ng-scope {
    width: 190px;
}

.zoom-effect {
    max-width: 255px;
}

    .zoom-effect .img-fluid {
        width: 255px;
    }

#zoomModal .modal-dialog {
    max-width: 900px;
}


    #zoomModal .modal-dialog .img-fluid {
        max-width: 750px;
        height: auto;
        width: 100%;
    }

.modal-dialog.modal-xl {
    max-width: 900px;
}